home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Speccy' 97
/
Die Speccy' 97.iso
/
amiga_system
/
the_aminet
/
util
/
rexx
/
tritonrexx376.lha
/
TritonRexx
/
ARexxControl
/
ARexxControl.strings
< prev
next >
Wrap
Text File
|
1995-09-16
|
6KB
|
210 lines
/*
** $VER: ARexxControl.strings 1.1 (16.9.95) ⌐1995 by Jⁿrgen Kohrmeyer
**
** Standard-Strings fⁿr ARexxControl
*/
MSG_MAIN_MENU_PROJECT = 0
MSG_MAIN_MENUITEM_NEW = 1
MSG_MAIN_MENUITEM_OPEN = 2
MSG_MAIN_MENUITEM_SAVE = 3
MSG_MAIN_MENUITEM_SAVEAS = 4
MSG_MAIN_MENUITEM_PREFS = 5
MSG_MAIN_MENUITEM_ABOUT = 6
MSG_MAIN_MENUITEM_ICONIFY = 7
MSG_MAIN_MENUITEM_QUIT = 8
MSG_MAIN_FRAMEBOX_LIST = 9
MSG_MAIN_GAD_ADD = 10
MSG_MAIN_GAD_REMOVE = 11
MSG_MAIN_GAD_ARGS = 12
MSG_MAIN_GAD_SORT = 13
MSG_MAIN_GAD_UP = 14
MSG_MAIN_GAD_DOWN = 15
MSG_MAIN_GAD_ICON = 16
MSG_MAIN_GAD_BACKUP = 17
MSG_MAIN_GAD_EDIT = 18
MSG_MAIN_GAD_START = 19
MSG_MAIN_SEPARATOR_AREXX = 20
MSG_MAIN_GAD_TRACE = 21
MSG_MAIN_GAD_HALT = 22
MSG_MAIN_GAD_SHELL = 23
MSG_MAIN_SEPARATOR_TRX = 24
MSG_MAIN_GAD_FLUSHTRX = 25
MSG_MAIN_SEPARATOR_LISTS = 26
MSG_MAIN_GAD_LIBS = 27
MSG_MAIN_GAD_CLIPS = 28
MSG_MAIN_GAD_OTHER = 29
MSG_MAIN_SEPARATOR_PROGRAM = 30
MSG_MAIN_GAD_PREFS = 31
MSG_MAIN_GAD_ICONIFY = 32
MSG_MAIN_GAD_QUIT = 33
MSG_SETARGS_TITLE = 34
MSG_SETARGS_FRAMEBOX = 35
MSG_LIBLIST_TITLE = 36
MSG_LIBLIST_FRAMEBOX = 37
MSG_LIBLIST_GAD_ADDLIB = 38
MSG_LIBLIST_GAD_REMLIB = 39
MSG_LIBLIST_GAD_UPDATE = 40
MSG_CLIPLIST_TITLE = 41
MSG_CLIPLIST_FRAMEBOX = 42
MSG_CLIPLIST_GAD_SETCLIP = 43
MSG_CLIPLIST_GAD_DELETE = 44
MSG_CLIPLIST_GAD_UPDATE = 45
MSG_SETCLIP_TITLE = 46
MSG_SETCLIP_FRAMEBOX = 47
MSG_SETCLIP_GAD_NAME = 48
MSG_SETCLIP_GAD_VALUE = 49
MSG_OTHERLISTS_TITLE = 50
MSG_OTHERLISTS_FRAMEBOX = 51
MSG_OTHERLISTS_GAD_CYCLE = 52
MSG_OTHERLISTS_GAD_UPDATE = 53
MSG_PREFS_TITLE = 54
MSG_PREFS_FRAMEBOX_CONSOLE = 55
MSG_PREFS_GAD_SHELL_INPUT = 56
MSG_PREFS_GAD_SHELL_OUTPUT = 57
MSG_PREFS_GAD_DEFAULT_CONSOLE = 58
MSG_PREFS_FRAMEBOX_MISC = 59
MSG_PREFS_GAD_ICON = 60
MSG_PREFS_GAD_BACKUPDIR = 61
MSG_PREFS_GAD_AREXXDIR = 62
MSG_PREFS_GAD_LIBDIR = 63
MSG_PREFS_GAD_EDITOR = 64
MSG_PREFS_GAD_PUBSCREEN = 65
MSG_SCREENLIST_TTTLE = 66
MSG_ABOUT_TITLE = 67
MSG_ABOUT_1 = 68
MSG_ABOUT_2 = 69
MSG_ABOUT_3 = 70
MSG_ABOUT_4 = 71
MSG_FILEREQ_LOAD_PROJECT = 72
MSG_FILEREQ_SAVE_PROJECT = 73
MSG_FILEREQ_SELECT_EDITOR = 74
MSG_FILEREQ_SELECT_ICON = 75
MSG_FILEREQ_SELECT_DRAWER = 76
MSG_FILEREQ_ADD_FILES = 77
MSG_FILEREQ_ADD_LIB = 78
MSG_REQ_PROJECT_CHANGED = 79
MSG_REQ_REALLY_QUIT = 80
MSG_REQ_SAVE_QUIT_GADS = 81
MSG_REQ_REALLY_REMOVE = 82
MSG_REQ_SAVE_REMOVE_GADS = 83
MSG_REQ_REALLY_OPEN = 84
MSG_REQ_SAVE_OPEN_GADS = 85
MSG_REQ_REMOVE_SCRIPT = 86
MSG_REQ_REMOVE_SCRIPT_GADS = 87
MSG_REQ_REMOVE_LIB = 88
MSG_REQ_REMOVE_LIB_GADS = 89
MSG_REQ_GAD_OKAY = 90
MSG_REQ_GAD_USE = 91
MSG_REQ_GAD_CANCEL = 92
ERROR_CANNOT_OPEN_FILE = 93
ERROR_CANNOT_READ_FILE = 94
ERROR_CANNOT_CREATE_APP = 95
ERROR_CANNOT_OPEN_WINDOW = 96
ERROR_CANNOT_ICONIFY_WINDOW = 97
ERROR_CANNOT_OPEN_TRITONREXX = 98
ERROR_CANNOT_OPEN_REXXTRICKS = 99
ERROR_CANNOT_OPEN_REXXSUPPORT = 100
strings.0 = "Project"
strings.1 = "N_New"
strings.2 = "O_Open..."
strings.3 = "S_Save"
strings.4 = "A_Save as..."
strings.5 = "P_Prefs..."
strings.6 = "?_About..."
strings.7 = "I_Iconify"
strings.8 = "Q_Quit..."
strings.9 = "ARexx-Scripts"
strings.10 = "_Add..."
strings.11 = "_Remove..."
strings.12 = "Argu_ments..."
strings.13 = "S_ort"
strings.14 = "_<"
strings.15 = "_>"
strings.16 = "_Icon"
strings.17 = "_Backup"
strings.18 = "_Edit"
strings.19 = "_Start"
strings.20 = "ARexx"
strings.21 = "_Tracing On/Off"
strings.22 = "_Global HALT"
strings.23 = "ARexx_-Shell"
strings.24 = "TritonRexx"
strings.25 = "FlushTR_X"
strings.26 = "Lists"
strings.27 = "ARexx-_Libraries..."
strings.28 = "ARexx-_Clips..."
strings.29 = "Ot_her List..."
strings.30 = "Program"
strings.31 = "Pre_fs..."
strings.32 = "Iconif_y"
strings.33 = "_Quit"
strings.34 = "Set args"
strings.35 = "A_rgs for"
strings.36 = "List of ARexx-Libraries"
strings.37 = "ARexx-Libraries in order of search"
strings.38 = "_AddLib..."
strings.39 = "_RemLib"
strings.40 = "_Update"
strings.41 = "List of ARexx-Clips"
strings.42 = "ARexx-Clips with contents"
strings.43 = "_SetClip..."
strings.44 = "_Delete"
strings.45 = "_Update"
strings.46 = "SetClip"
strings.47 = "Args for SetClip()"
strings.48 = "_Name"
strings.49 = "_Value"
strings.50 = "Other lists"
strings.51 = "Choose a list"
strings.52 = "_List"
strings.53 = "_Update"
strings.54 = "Prefs"
strings.55 = "ARexx-Console"
strings.56 = "Shell _input"
strings.57 = "Shell outp_ut"
strings.58 = "_Default console"
strings.59 = "Misc"
strings.60 = "Ic_on"
strings.61 = "_Backup-Dir"
strings.62 = "A_Rexx-Dir"
strings.63 = "_Library-Dir"
strings.64 = "_Editor"
strings.65 = "Public_Screen"
strings.66 = "Select pubscreen"
strings.67 = "About"
strings.68 = "This application uses the 'Triton GUI creation system'"
strings.69 = "'Triton' is (C) by Stefan Zeiger <s.zeiger@laren.rhein-main.de>"
strings.70 = "This application uses the 'tritonrexx.library'"
strings.71 = "'tritonrexx.library' is (C) by Jⁿrgen Kohrmeyer <j_kohrmeyer@wilam.north.de>"
strings.72 = "Load project"
strings.73 = "Save project"
strings.74 = "Select editor"
strings.75 = "Select icon"
strings.76 = "Select drawer"
strings.77 = "Select files to add"
strings.78 = "Select library to add"
strings.79 = "The project has been changed!"
strings.80 = "Really quit program?"
strings.81 = "_Quit|_Save & Quit|_Cancel"
strings.82 = "Really remove all scripts?"
strings.83 = "_Remove|_Save & Remove|_Cancel"
strings.84 = "Really open a new project?"
strings.85 = "_Open|_Save & Open|_Cancel"
strings.86 = "Remove this file?"
strings.87 = "_Remove|_Cancel"
strings.88 = "Remove this Library?"
strings.89 = "_Remove|_Cancel"
strings.90 = "_Okay"
strings.91 = "_Use"
strings.92 = "_Cancel"
strings.93 = "Cannot open file"
strings.94 = "Error reading file"
strings.95 = "Cannot create Application!"
strings.96 = "Cannot open window!"
strings.97 = "Cannot iconify window!"
strings.98 = "Cannot open 'tritonrexx.library'!"
strings.99 = "Cannot open 'rexxtricks.library'!"
strings.100 = "Cannot open 'rexxsupport.library'!"